ClearBootLogo.        Clear boot logo.

Request

<?xml version="1.0" encoding="utf-8"?>

<sdk guid="##GUID">

<in method="ClearBootLogo"/>

</sdk>

 

<!--

Description:

    1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.

-->

Respond

<?xml version="1.0" encoding="utf-8"?>

<sdk guid="##GUID">

<out method="ClearBootLogo" result="##result"/>

</sdk>

 

<!--

Description:

    1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.

    2. out.method ="ClearBootLogo"

    3. out.result (The error code refers to ErrorCode.)

-->